vulkan: Initial support
authorBenjamin Otte <otte@redhat.com>
Mon, 21 Nov 2016 13:18:43 +0000 (14:18 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 9 Dec 2016 17:35:51 +0000 (18:35 +0100)
commitcca547e5bccda95fd8bf283bec1bfc7b564e88f6
tree826a443ec9a14f02187471dc5c895966ceccf469
parent843fe3eec1eac94e278af2be165f26fe95ae6126
vulkan: Initial support

Adds the gdk_display_ref_vulkan() and gdk_display_unref_vulkan()
functions which setup/tear down VUlkan support for the display.

Nothing is using those functions yet.
12 files changed:
gdk/Makefile.am
gdk/gdk.c
gdk/gdk.h
gdk/gdkdisplayprivate.h
gdk/gdkinternals.h
gdk/gdktypes.h
gdk/gdkvulkancontext.c [new file with mode: 0644]
gdk/gdkvulkancontext.h [new file with mode: 0644]
gdk/gdkvulkancontextprivate.h [new file with mode: 0644]
gdk/x11/Makefile.am
gdk/x11/gdkvulkancontext-x11.c [new file with mode: 0644]
gdk/x11/gdkvulkancontext-x11.h [new file with mode: 0644]